Raster Offscreen Structure
The raster offscreen structure, of typegxOffscreenRec
, contains an offscreen area for a bitmap.
struct gxOffscreenRec { short numberOfPlanes; Handle offscreenStorage; gxOffscreenPlaneRec thePlanes[1]; }; typedef struct gxOffscreenRec gxOffscreenRec, *gxOffscreenPtr, **gxOffscreenHdl;
Field Description
numberOfPlanes
- The number of planes into which to draw the bitmap.
offScreenStorage
- A handle to the bitmap's image data.
- thePlanes
- An array of plane structures into which to draw the data. Each element of this array is an offscreen plane structure, which is described in the next section.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help